home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global stamp, dayNo, PeakDayNo, candidateStamp
- if candidateStamp = 4 then
- go("chart Mucus")
- cursor(0)
- else
- if candidateStamp = 5 then
- if getOne(stamp, 10) <> 0 then
- setAt(stamp, getOne(stamp, 10), 3)
- end if
- setAt(stamp, dayNo, 10)
- set PeakDayNo to dayNo
- append(relations, 0)
- append(mucus, 0)
- append(stamp, candidateStamp)
- showDays()
- setupDayBook()
- cursor(0)
- else
- cursor(0)
- alert("If there is not a moist or lubricated sensation on the days after Peak Day, choose the Yellow Baby or Brown Baby stamp.")
- go("chart stamp")
- end if
- end if
- end
-